![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Date formatby runrig (Abbot) |
on Sep 06, 2018 at 17:56 UTC ( #1221894=note: print w/replies, xml ) | Need Help?? |
I do not understand what your issue actually is, but, 1) 'YYYY-MM-DD' is the preferred default date format, 2) Excel date cells can be formatted using the ExcelFmt function in the Spreadsheet::ParseExcel::Utility library, and 3) The Oracle default date/timestamp formats can be set like so (notice I set it to my preferred format, and I do this for every connection in my connect wrapper library): Update: Also note that even though the Oracle format includes a time component, it will still accept a string without the time in the format 'YYYY-MM-DD'.
In Section
Seekers of Perl Wisdom
|
|