rootCircle / docFiller

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

Made functions more efficient by returning object in date or time #19

Closed Gyan172004 closed 1 year ago

Gyan172004 commented 1 year ago

Now functions like Date , Date And Time , Time , Duration , Date without Year , Date without Year with Time , Date with Time and Meridiem , Time and Meridiem , Date without Year with Time and Meridiem will return an object with specified keys : day , month , year , hour , minute , second . So now there will be no ambiguity in filling date and time in filler engine:)

rootCircle commented 1 year ago

Your code looks promising! It will fulfill the required needs of filler engine fast! Thanks for your contribution

Happy coding! I will merge it hence!