mnbi / textrepo

A repository to store a note text with a timestamp
MIT License
0 stars 0 forks source link

Add more methods for Timestamp class #42

Closed mnbi closed 4 years ago

mnbi commented 4 years ago

Enrich Timestamp class.

A Timestamp class object has two aspects. It could be handled as a Time object. In some case, it could be also handled as a String object. That is, some methods of Time class or String class are also useful to Timestamp class.