|
|
|
|
|
|
Re: Can put nls format into procedure...... [message #241589 is a reply to message #241581] |
Wed, 30 May 2007 02:11 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
You'd use TO_DATE( yourstring, yourdateformat, nlsparamters). The last parameter is optional. In fact, the second parameter can be left out too but that way you're depending on the NLS of the database. That's not the brightest idea and it's bound to cause problems one day or another. Anyway, TO_DATE it is.
Edit: I'm glad to see that Michel agrees . I should have known that you were faster, Michel.
MHE
[Updated on: Wed, 30 May 2007 02:13] Report message to a moderator
|
|
|
|
|