24 hour time format

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kalisha
    New Member
    • Mar 2007
    • 4

    24 hour time format

    I uploaded data in to postgresql using pdadminIII ,In one the fields called 'time' i want to store time as 24 hour format .Is there a way where i can convert time in to 24 hour format and store in the postgresql database?
  • michaelb
    Recognized Expert Contributor
    • Nov 2006
    • 534

    #2
    This should not be a problem; first look at the Postgresql date-time functions, then if you have questions post a sample of your current data and we'll figure out the appropriate conversion method.

    Comment

    Working...