Recommend this page to a friend! |
Download |
Info | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not enough user ratings | Total: 766 | All time: 4,413 This week: 660 |
Version | License | Categories | ||||
1.0 | Unspecified (ask ... | Time and Date |
Description | Author | |
This is a simple class that will return the created, modified and accessed times of a file (unix timestamp), and a slightly more fuzzy time string, such as "today at...", "yesterday at...". It only includes a small amount of 'fuzziness' right now, but could easily be built on. |
Files (2) |
File | Role | Description |
---|---|---|
class.fuzzyfiledate.php | Class | The class file to get 'fuzzy' file dates. |
test.fuzzyfiledate.php | Example | A slightly more extensive example of the fuzzy file date class |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Pages that reference this package |
Recently I discovered a need (read: desire that was relatively easily fulfilled, thus necessary) for a web app to have “fuzzy time” display capabilities... |