Hello, I have a data field for date and time and it is a bigint(30), now I want to display date.
How can I convert bigint into date?
thank you
Convert bigint830)
Moderator: General Moderators
Re: Convert bigint830)
How did you get the bigint value in there? Is it a unix timestamp or something? If that's the case, look at these pages in the manual:
1. http://us3.php.net/manual/en/function.getdate.php
2. http://us3.php.net/date
Either one will do the trick.
1. http://us3.php.net/manual/en/function.getdate.php
2. http://us3.php.net/date
Either one will do the trick.