datetime string to datetime object converter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Randall Smith

    datetime string to datetime object converter

    Is there an existing module or script that can convert a datetime string
    of unknown format to a python datetime object ?

    Randall

  • Mark McEahern

    #2
    Re: datetime string to datetime object converter

    On Sat, 2004-01-03 at 17:38, Randall Smith wrote:[color=blue]
    > Is there an existing module or script that can convert a datetime string
    > of unknown format to a python datetime object ?[/color]

    Search for "egenix mx.DateTime"

    It's amazing.

    // m


    Comment

    • Gerrit Holl

      #3
      Re: datetime string to datetime object converter

      Randall Smith wrote:[color=blue]
      > Is there an existing module or script that can convert a datetime string
      > of unknown format to a python datetime object ?[/color]

      You are probably looking for DateUtil :


      yours,
      Gerrit.

      --
      25. If fire break out in a house, and some one who comes to put it out
      cast his eye upon the property of the owner of the house, and take the
      property of the master of the house, he shall be thrown into that
      self-same fire.
      -- 1780 BC, Hammurabi, Code of Law
      --
      Asperger's Syndrome - a personal approach:


      Comment

      Working...