Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Releases: meysampg/intldate

FINAL RELEASE

17 Jul 12:35
b7d75a0
Compare
Choose a tag to compare

🟥⚠️ THIS PACKAGE IS ABANDONED. PLEASE USE https://github.com/mahdyar/intldate OR FORK THIS REPOSITORY AND MAINTENANCE IT FOR YOURSELF ⚠️🟥

v1.2.3

17 May 12:58
Compare
Choose a tag to compare
Add license scan report and status (#10)

Signed-off-by: fossabot <[email protected]>

v1.2.2

07 Mar 08:10
cda4024
Compare
Choose a tag to compare
add composer install

v1.2.1

06 Dec 11:36
bfa0087
Compare
Choose a tag to compare

Make documentation more descriptive

v1.2

04 Dec 13:08
fa8d8d5
Compare
Choose a tag to compare

add a class to easy use trait in situations which don't want use trait on class

v1.1.1

18 Jul 03:26
b276da1
Compare
Choose a tag to compare
fix bug of missing private variables

v1.1

03 Jul 07:57
8fa135a
Compare
Choose a tag to compare

Add timestamp support to toYyyy and fromZzzz methods. Also fix bug of timezone converting.

v1.0.3

04 Nov 16:48
bb945b6
Compare
Choose a tag to compare

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

21 Sep 11:17
fc8d5b6
Compare
Choose a tag to compare

Fix bug about using asTimestamp as a standalone function.

v1.0.1

07 Sep 04:48
e25543c
Compare
Choose a tag to compare

Fix some grammar issues on readme.