Re: To_char statement problems

From: "Jim Wilson" <jimw(at)kelcomaine(dot)com>
To: "Clark Endrizzi" <endrizzi(at)xmission(dot)com>, "Postgresql General List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: To_char statement problems
Date: 2004-04-08 19:07:04
Message-ID: twig.1081451224.77837@kelcomaine.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Clark Endrizzi said:

> I just sent this twice before with the wrong email address so it didn't
> go through, that is why I am sending this so that it will get through.
> I hope this isn't causing issues.
>
> Hi guys. I certainly hope this is the correct place to email this. I'm
> having an issue that I have really tried to solve but can't.
>
> I'm using RHEL's postgresql 7.3.4 and everything works great except my
> to_char() statements. The most common conversion string I use is
> 'MM/DD/YYYY HH:MM AM' which works except the minutes are never correct,
> they always end with ":04". So if I submitted it at 10:23 AM it will
> say 10:04 after conversion.
>

You are telling it HH:MM where MM is the Month.... so it is doing exactly
what you asked for.

Best,

Jim

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brian C. Doyle 2004-04-08 19:31:44 Date Comparison Help
Previous Message Jan Wieck 2004-04-08 18:44:29 Re: Can we have time based triggers in Postgresql??