Dataset ask for a date format as
Is there any way to edit it so that the dataset can accept this kind of format:Code:mm/dd/yyyy hh:mm:ss am/pm.
Code:mm/dd/yyyy
Many thanks...
Printable View
Dataset ask for a date format as
Is there any way to edit it so that the dataset can accept this kind of format:Code:mm/dd/yyyy hh:mm:ss am/pm.
Code:mm/dd/yyyy
Many thanks...
DateTime objects don't have a format. Only string representations of dates have formats. A string representation of a date is not a date.