date data type conversion

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashmc44
    New Member
    • Nov 2006
    • 12

    date data type conversion

    my database uses mm/dd/yyyy format
    front end is dd/mm/yy
    how to convert these formats
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    There are many posts that relate to date format on this site. Here is one:
    Date format

    Otherwise you might try format() or thisDate.ToStri ng("MM/dd/yyyy") or similar.

    Hope that this helps.

    Comment

    • digitalmanic
      New Member
      • Oct 2006
      • 24

      #3
      The below link explains all date formating. Check it.

      http://msconline.macon state.edu/tutorials/VBNET/VBNET01/vbnet01-08.aspx

      Comment

      Working...