![]() |
![]()
| ![]() |
![]()
NAMEConvert::NLS_DATE_FORMAT - Convert Oracle NLS_DATE_FORMAT <-> strftime Format Strings SYNOPSISuse Convert::NLS_DATE_FORMAT qw(oracle2posix posix2oracle); my $strptime = oracle2posix($NLS_DATE_FORMAT); $NLS_DATE_FORMAT = posix2oracle($strftime); DESCRIPTIONConvert Oracle's NLS_DATE_FORMAT string into a strptime format string, or the reverse. Functions
EXPORTNone by default. "oracle2posix" and "posix2oracle" when asked. SEE ALSODateTime::Format::Oracle. AUTHORNathan Gray, <kolibrie@cpan.org> COPYRIGHT AND LICENSECopyright (C) 2005, 2006, 2011, 2012, 2016 Nathan Gray This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.
|