Expand my Community achievements bar.

SOLVED

Calender & Datepicker Widget support related questions

Avatar

Level 2

Hi

I want to use and develop date-picker widget to dialog in aem 6.5

However, date-picker is related to calendar widget

Before developing an add-on to the date-picker widget, can you tell me if the Calendar widget can be deprecated later?

Thank you for your reply.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

I believe it does the same thing as datepicker does.

You can use datepicker instead of creating new calender type resource for dialog.

There is no info about calendar is going to be deprecated. As there is no datepicker coral API, the calender does the job.



Arun Patidar

View solution in original post

4 Replies

Avatar

Community Advisor

Hi,

There is no Calendar widget for touch UI.

There is only DatePicker, which allow to select date as well as time DatePicker — Granite UI 1.0 documentation

Find all available widgets at

Granite UI Foundation Server-side — Granite UI 1.0 documentation



Arun Patidar

Avatar

Level 2

thank you for reply

I found the Coral.Calendar API in the AEM 6.5 Coral UI Document.

(URL : Documentation | CoralUI )

Is this API not likely to be deprecated at all?

Avatar

Correct answer by
Community Advisor

Hi,

I believe it does the same thing as datepicker does.

You can use datepicker instead of creating new calender type resource for dialog.

There is no info about calendar is going to be deprecated. As there is no datepicker coral API, the calender does the job.



Arun Patidar