Re: Formatting Date (m/d/yyyy) To Timestamp

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



It doesn't seem to work. What I did: $d1 = 'strtotime('1/1/2021'); echo $d1;' Echos: '980053200' That in human form is: 'November 30, -0001' Not what I want... any idea why?
You are converting the timestamp to a string again using echo, this outputs a unix epoch. You should instead treat $d1 as

Perhaps if you share a bigger part of your code, it would be easier to be of help.

 

Kind regards/met vriendelijke groet,

Serge Fonville

http://www.sergefonville.nl


Op ma 11 jan. 2021 om 00:51 schreef Talin Sharma <talinsharma.in@xxxxxxxxx>:
It doesn't seem to work. What I did: $d1 = 'strtotime('1/1/2021'); echo $d1;' Echos: '980053200' That in human form is: 'November 30, -0001' Not what I want... any idea why?


Thanks:
     Talin Sharma


On Sun, Jan 10, 2021 at 6:30 PM Serge Fonville <serge.fonville@xxxxxxxxx> wrote:
Hi Talin,

Would https://www.php.net/manual/en/function.strtotime.php solve your conversion problem?

Kind regards/met vriendelijke groet,

Serge Fonville

http://www.sergefonville.nl


Op ma 11 jan. 2021 om 00:18 schreef Talin Sharma <talinsharma.in@xxxxxxxxx>:
Hi All,

I have a string: '1/1/2021'. I want to turn this into a timestamp for entering into MySql. I have tried everything I could find. Please let me know how to proceed. 

Also, let me know if you need more information.


Thanks:
     Talin Sharma

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux