Convert date to timestamp

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lorenzo Thurman

    Convert date to timestamp

    Which one of the php functions will convert a date into a timestamp. I'm
    looking at the date/time functions on php.net, but they all seem to work
    the other way.
  • iktorn

    #2
    Re: Convert date to timestamp

    Lorenzo Thurman napisał(a):
    Which one of the php functions will convert a date into a timestamp. I'm
    looking at the date/time functions on php.net, but they all seem to work
    the other way.
    Parse about any English textual datetime description into a Unix timestamp


    --
    Wiktor Walc

    Comment

    • Lorenzo Thurman

      #3
      Re: Convert date to timestamp

      iktorn wrote:
      Lorenzo Thurman napisał(a):
      >Which one of the php functions will convert a date into a timestamp.
      >I'm looking at the date/time functions on php.net, but they all seem
      >to work the other way.
      >
      Parse about any English textual datetime description into a Unix timestamp

      >
      I finally found it, thanks

      Comment

      Working...