A custom function based on carbon date that returns first and last date of week of an year.
A custom JavaScript function to get formatted readable date.
lastModified() returns last modified date & time of a file.
Date | File | File System | PHP | Programming | Time
isLeapYear() accepts integer year and returns true if it is a leap year else it returns false..
Date | PHP | Programming | Year
getWeekDay() returns weekday from a date after accepting valid date as argument..
Date | Day | PHP | Web Development | Week
getLongDate() returns long formatted date after accepting date as parameter..
Date | Format | PHP | Programming
getAge() is a custom written function that returns the age from a given date..
Age | Date | PHP | Programming
Function getDatesBetween2Dates() returns all dates between 2 dates. you just need to pass 2 date parameters to this function..
Date | PHP | Programming
Function count_days() is designed to calculate the difference between 2 dates. 2 date arguments are can be passed to this function to calculate total number of days between 2 given dates..
Date | PHP | Programming | Web Development
With function GetFutureDate(), the date after x number of days can be calculated since a specific date. Just pass a date and an integer argument to this function to see the date..
Date | PHP | Programming