Thank you all for your responses.
Just clear the "Default Date" property of the date picker.
By doing this you will be able to save "empty value" to correpsoding date coulmn in sharepoint list.
And if you explicitly choose any date in the Date picker then that date will will be saved to sharepoint list.
Also having the same issue with CDS, any resolutions?
Hi @JohnWeb for visibility purposes, I would create a new thread for your CDS issue so the community can review and assist. Thanks!
dtPicker.Text = string.Empty. Should do the trick
@sdd wrote:dtPicker.Text = string.Empty. Should do the trick
Thats looks promising, will try that.
Thank you.
Deleting the Format for the DateTimePicker or setting it Blank() worked for me, displays an empty DTP, instead of 2001.
Format -> If(Condition, Blank(), "dd/mm/yyyy")
User | Count |
---|---|
140 | |
133 | |
80 | |
75 | |
74 |
User | Count |
---|---|
210 | |
199 | |
71 | |
66 | |
55 |