Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2020-11-11 (1 month ago) | | Not yet rated by the users | | Total: 38 | | All time: 10,005 This week: 203 |
|
Description | | Author |
This package can perform useful operations with date and time.
It provides several functions that can perform several types of operations with dates and times. Currently it can:
- Check is a given date is the date of today or yesterday
- Generate a text with the day and the month of a given date using localized texts for the month names read for configuration files | |
|
|
Innovation award
Nominee: 4x |
|
Details
Utilities for data manipulation
Installation
Just print
composer require mezon/date-time-utils
Locale setup
You can specify necessary locale by setting up the DateTimeUtils::$locale variable. For example:
DateTimeUtils::$locale = 'en';
Methods
Method returns true if the passed date is today
DateTimeUtils::isToday(string $date):bool
Method returns true if the passed date was yesterday
DateTimeUtils::isYesterday(string $date):bool
Method returns day and literal representation of month from the date. For example the string "1 of july" will be returned for the date '2020-07-01'
DateTimeUtils::dayMonth(string $date): string
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.