I'm trying to get this date to display using the DateFormat function. It always does something like "Thu May 10 04:29:31 GMT-0700 2007". The code is below -
<cfformitem type="html" bind="Created: #DateFormat({gridUnit2.dataProvider[gridUnit2.selectedIndex]['mxtg_created']}, 'mm/yy')#" />
Any point in the right direction would be greatly appreciated.
<cfformitem type="html" bind="Created: #DateFormat({gridUnit2.dataProvider[gridUnit2.selectedIndex]['mxtg_created']}, 'mm/yy')#" />
Any point in the right direction would be greatly appreciated.