Dylan Tintenfich
Dylan Tintenfich
Hi, are you already working on it? I can try adding an Email and Date classes if you want.
Hi @manoss96, I've been working on the Date class. Here's what I came up with: ### Date formats I added `Date.date_formats`, a Date class attribute that contains all valid date...
Sounds great, @manoss96! Thank you and @alansun17904 for the help! About what @alansun17904 said, I'd avoid date time values for now, since I consider it would be better to have...
About default formats, it is impractical to hardcode all the 48 different combinations. What about adding an static method `Date.date_formats()` to compute all different format combinations. I think the [itertools.permutations](https://docs.python.org/3/library/itertools.html#itertools.permutations)...
I've finished the Date class implementation. I've implemented each 48 different combinations dynamically, so adding new date formats should be straightforward. **Features:** - If no format is provided, Date considers...
Thanks for your help, @manoss96! PR is open. I've added tests and fixed what we discussed. I also ensured date values (i.e. 'd', 'dd', 'm', 'mm', 'yy', 'yyyy') are not...
Hi, thanks for reporting this bug. I checked the last courses shared on Twitter and found some non free courses been shared. I'm already working to find a solution!
Thank you for notifying me. I'm currently busy but I'll be working on it as soon as I can.
Adobe Acrobat maybe? 
I'm working on it!