PDA

Click to See Complete Forum and Search --> : [2.0] Dateformat in a dataset


jsc0624
May 30th, 2007, 04:59 AM
Dataset ask for a date format as

mm/dd/yyyy hh:mm:ss am/pm.

Is there any way to edit it so that the dataset can accept this kind of format:

mm/dd/yyyy



Many thanks...

jmcilhinney
May 30th, 2007, 07:41 AM
DateTime objects don't have a format. Only string representations of dates have formats. A string representation of a date is not a date.