Jump to content

Best way to get datetime field as the unix timestamp? (Not formated)


Recommended Posts

Posted

What is the best way to get datetime field as the unix timestamp? (Not formated)

I am grabbing the formatted date and putting it back to a unix timestamp and figure, it would be better to just grab the unformatted data!

$s = strtotime($location->location_message_start);

 

Thanks!

Posted
22 minutes ago, iank said:

The answer's almost in your question!

$s = $location->getUnformatted('location_message_start');

 

I knew this was simple!  Thank you!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...