I am exporting a Query to a Text File. One of my fields is the current Date. F1:Date()
When I look at the text file, my date is displaying the System Date which includes the time.
Example: 10-29-2012 0:00:00
I only want to export the date portion but can't figure out how to get rid of the time portion.
Desired Result: 10-29-2012
In the query, I did try playing with the Field Properties with Format = Short Date and Input Mask = 99/99/0000, but this did not give me my Desired Result.
Any suggestions?
When I look at the text file, my date is displaying the System Date which includes the time.
Example: 10-29-2012 0:00:00
I only want to export the date portion but can't figure out how to get rid of the time portion.
Desired Result: 10-29-2012
In the query, I did try playing with the Field Properties with Format = Short Date and Input Mask = 99/99/0000, but this did not give me my Desired Result.
Any suggestions?
Comment