Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Beardo #1
CfGrid Date Format
hi there, i'm using a CF grid to dispay order info in an admin area (site is using CFMX) and I'm struggling to figure out how to format the date.
Any ideas would be appreciated
Cheers
Beardo Guest
-
CFGRID and format=flash
We have been testing CFGRID with format = flash . This works on our dev web server but not our live server. Both are running Wiondows Server 2000,... -
Date format in CFGRID
I'm using the date/time dataType in my SQL Server DB. I have a grid that shows the date of when an order was placed; right now, it displays like... -
Format cfgrid data
One of the fields I want to display in a cfgrid is a Social Security number. I want to mask it, and only show the last 4 digits. I.e. ... -
CF7 flash cfgrid date format
the problem is the 1957 at the end, CF doesn't like any date data after the GMT portion., you'll need reformat the date in your SQL statement, then... -
converting date into database date format(newbie)
Hi! U can convert "8-Aug-03" into mysql date which requires yyyy-mm-dd format as below. <?php date("Y-m-d",strtotime("8-Aug-03")); ?>



Reply With Quote

