Closed OrkoHunter closed 8 years ago
Working with commands like
$ ping-me to attend the meeting -d 25th december -t 9 PM I have got this message : Attend the meeting I have to ping you on 2015-12-25 21:00 hours. 200 OK
Using dateutil.parser, nearly all types of datetime formats are accepted !
dateutil.parser
The flags are optional now. So, basically there are going to be 3 cases,
-d
-t
Working with commands like
Using
dateutil.parser
, nearly all types of datetime formats are accepted !