manohar s <[EMAIL PROTECTED]> wrote:
I have a string of type "080110 17:32:34" where.08 refers year in yy format and 01 refers to month(mm) jan and 10 refers date(dd). I want to insert this into SQLite as any standard timestamp format such as YYYY-mm-dd HH:MM:SS or unixepoch etc.. Is it possible to do this?
Can't you just perform a few simple string manipulations in your application to turn 080110 into 2008-01-10?
Igor Tandetnik
----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

