Releases: meysampg/intldate
Releases · meysampg/intldate
v1.2.3
Add license scan report and status (#10)
Signed-off-by: fossabot <badges@fossa.io>
v1.2.1
Make documentation more descriptive
v1.2
add a class to easy use trait in situations which don't want use trait on class
v1.1.1
fix bug of missing private variables
v1.1
Add timestamp
support to toYyyy
and fromZzzz
methods. Also fix bug of timezone converting.
v1.0.3
Add fromTimestamp
method to make showing date from database easy!
$this->fromTimestamp(1504770825)->toPersian('en')->asDateTime();
// '1396/06/16, 07:53:45'
v1.0.2
Fix bug about using asTimestamp
as a standalone function.
v1.0.1
Fix some grammar issues on readme.