javascript - jQuery Date/Time picker customization -


all previous dates should greyed out. [done using 'mindate: '0''] dates salon closed on should greyed out: have tried using beforeshowday: $.datepicker.noweekends here case monday , sunday. kindly advice how can fix that.

when user selects day, time correspond hours of operation. i.e if user selects tuesday hours show 9 - 6 if user selects friday times show 9 -9.

also if time has passed i.e if time 12pm, timings 9 - 10, 10 - 11, 11 - 12 greyed out in dropdown day available if user selects day.

kindly answer as can.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -