Re: date from MySql into text box dropping leading zeros SOLVED
Posted by: Reggie Burnett
Date: January 10, 2005 12:32PM

Terri

Glad you got it working. By default date strings are using soemthing like M/d/yyyy so that if the month and day require 2 digits then they get 2 digits, else they get 1 digit. In your case, you wanted 2 digits all the time so you handled it the right way.

-reggie

Options: ReplyQuote


Subject
Written By
Posted
Re: date from MySql into text box dropping leading zeros SOLVED
January 10, 2005 12:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.