cancel
Showing results for 
Search instead for 
Did you mean: 

Date as Dropdown

rashmip
Champ in-the-making
Champ in-the-making
Hi,

I have a property of date in my content model, which appears as a calendar in my alfresco workdesk.

Is there a way by which I can change it into 3 dropdowns which shows day, month and year seperately?

Please help
1 REPLY 1

fararjeh
Champ in-the-making
Champ in-the-making
Hi rashmipb,

yes, you can do it by change UseJSDateControl propert in owbootstrap file to false .


    <!– Use the JavaScript Data Control rather than HTML comboboxes for date selection. –>
    <UseJSDateControl>false</UseJSDateControl>

Regards,