Create Date Object MongoDB new php driver -
i'm trying create date object create document in mongodb php.
i saw in php documentation new mongodate()
i'm using 'new' drivers mongodb php7 (this doc) , can't use this.
i tried mongodb\bson\date got class 'date' not found
i searched across new driver documentation & stackoverflow nothing ...
does know how create date object 'new' php driver ?
the name of class \mongodb\bson\utcdatetime
: http://php.net/manual/en/class.mongodb-bson-utcdatetime.php
Comments
Post a Comment