Friends please help me in FORMATTING DATE
I have a Form with three text boxes
1.txtNo- Data type-Number
2.txtName-Data type-Text
3.txtDob-Data type -Date format dd/MM/yyyy
two buttons one for adding and the other for viewing
Using visual data manager I have created a database-Members with table-List having the following Fields
Mno -type-integer
Name-type-text
Dob-type -date/time
I added 2 records, in first record the Dob is 18/05/1952 (dd/MM/yyyy format)
in the second Dob is 05/11/1955 (dd/MM/yyyy format)
When we view the first record the Dob is displayed as 5/18/1952 (M/dd/yyyy format)
In the second one Dob is displayed as 5/11/1955 (d/MM/yyyy format)
Why this difference ?I want always the Dob displayed in dd/MM/yyyy format
When the date is =<12 the display is almost correct, But when the date is above 12 the date portion is shifted to month portion and month to date portion
How can I overcome this? Please help me . I want always the date in dd/MM/yyyy format