Author Topic: adjust time format  (Read 3439 times)

0 Members and 1 Guest are viewing this topic.

Offline quartz

  • Newbie
  • *
  • Posts: 18
    • View Profile
adjust time format
« on: March 13, 2006, 10:19:00 PM »
Hi, how can I adjust the time format from admin>setting that has this "H:i" to get this  "01:30 pm"

any help with this thanks

check here see how it is now www.feelstupid.com

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: adjust time format
« Reply #1 on: March 13, 2006, 11:21:39 PM »
you can try this:
Code: [Select]
"h:i a"
you can check also php.net and search for date() function,
then you find all available options/parameters.
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump

Offline quartz

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: adjust time format
« Reply #2 on: March 13, 2006, 11:36:38 PM »
thanks thats what I was looking for