Articles tagged with "date"

Persian Date Helper

By Arash Hemmat
As there is no method for using Persian dates in PHP we had to use some codes to convert the dates. Using this helper you can convert the dates in a view. Use pdate_format() just like date() function in PHP.
[Read more]

DateHelper for fuzzy date differences

By AG
A semi-useful helper that calculates the difference between two dates and gives it in *slightly* fuzzy logic: "almost 2 years," "over 1 month".
[Read more]