mgcrea / angular-strap

AngularJS 1.2+ native directives for Bootstrap 3.
mgcrea.github.io/angular-strap
MIT License
5.73k stars 1.38k forks source link

Overhaul the date/time picker default date and time #2181

Closed geskill closed 5 years ago

geskill commented 8 years ago

With 0a6980e @Danxil added a default date functionality.

But, this is limited to today only. This could be extended with tomorrow, yesterday ...

However, i like to change this functionality to allow concrete dates and times, i.e.

default-date="2010-10-10"
default-time="08:00:00"

This would change the way it is implemented right now, but gives more flexibility. You could still write default-date="(new Date()).toISOString().slice(0,10)" or add check for today, tomorrow, yesterday.

so how is you acceptance on this?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.