I have a value for my date field.
Examples:
7/23/2004
10/11/2004
11/9/2004
When I save these values to the database I would like them to be converted to the following before being inserted:
Was: Now:
7/23/2004 072304
10/11/2004 101104
11/9/2004 110994
Is this possible? And how? Thanks
Examples:
7/23/2004
10/11/2004
11/9/2004
When I save these values to the database I would like them to be converted to the following before being inserted:
Was: Now:
7/23/2004 072304
10/11/2004 101104
11/9/2004 110994
Is this possible? And how? Thanks