rootCircle / docFiller

Automated Google Docs Filling Web Extension written in JS
GNU General Public License v3.0
10 stars 14 forks source link

Added validation for duration, date without year, date time without year #23

Closed real-Vansh-Khare closed 1 year ago

real-Vansh-Khare commented 1 year ago

This pull request adds functions to check whether the duration, date without year, and date time without year are in the correct format or not.

rootCircle commented 1 year ago

Hi @real-Vansh-Khare, I have reviewed your PR, your code looks pleasant.

I have done some refactoring in between, to allow validation of date based month, year to be done from an util function rather than a repeated calls everytime. Rest everthing is fine, merging it for now!

Congrats! :tada: