Re: date function bug

From: Ravi Krishna <sr_krishna(at)aol(dot)com>
To: ronljohnsonjr(at)gmail(dot)com, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: date function bug
Date: 2019-10-23 14:32:30
Message-ID: 1793586722.3867823.1571841150028@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> postgres=# select to_date('2018150X','YYYYMMDD');
  > to_date
------------
> 2019-03-03

> postgres=# select to_date('20181501','YYYYMMDD');
>  to_date
> ------------
  > 2019-03-03
is this a cut-n-paste mistake?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Abraham, Danny 2019-10-23 14:41:44 RE: Re: date function bug
Previous Message Ron 2019-10-23 14:28:48 Re: date function bug