danielmoncada / date-time-picker

Angular Date Time Picker (Responsive Design)
https://daniel-projects.firebaseapp.com/owlng/date-time-picker
MIT License
141 stars 61 forks source link

Save start and end time in range date-time picker #37

Closed desmond1191 closed 4 years ago

desmond1191 commented 4 years ago

This changes enable to set the start and end time in date-time range picker. Since the original author did not maintain his code anymore. Hope that this feature will include in this library.

danielmoncada commented 4 years ago

@desmond1191 thanks for the PR! I'll take a look and merge asap.

danielmoncada commented 4 years ago

@desmond1191 before merging this, can you add a unit test in the spec file for this? Also would be nice to have the read-me updated as well.

desmond1191 commented 4 years ago

Hi @danielmoncada , I have updated the unit test case and read me file. Also, feel free to make any changes if needed. Thank you.