P
paduanow
I need to store todays date in a table with the following format:
yyyy,mm,dd
Example: 20090914 (09/14/2009 I need this lead zeros, my store 8
digits/char)
Default will always be todays date. Should the field be a date/time field
or a text field with a string conversion routine that puts it on the required
format?
I will never display this date in a form or report.
yyyy,mm,dd
Example: 20090914 (09/14/2009 I need this lead zeros, my store 8
digits/char)
Default will always be todays date. Should the field be a date/time field
or a text field with a string conversion routine that puts it on the required
format?
I will never display this date in a form or report.