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?
24 hour time format
Collapse
X
-
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