Dear all,
Is there any default date picker in DNN to be used in devlopment module ?
It seems that DnnDatePicker from DotNetNuke.Web.UI.WebControls.Internal shouldn't be used.
Thanks for your help
There is not a DateTime picker provided by DNN. I would recommend <input type="date" /> if you don't already have a component collection.
<input type="date" />
These Forums are dedicated to the discussion of DNN Platform.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.