Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I need to get the year and month but don't display day, how to config the datetimepicker?
Solved! Go to Solution.
Hi Xiang Jing Guo,
I believe there's no OOTB possibility to do that. You can format date using localization tables, but there's no option in the default DateTime picker to limit to only months and years. I'm afraid you need to customize or pick other way to show year/month.
Regards,
J.
Hi Xiang Jing Guo,
I believe there's no OOTB possibility to do that. You can format date using localization tables, but there's no option in the default DateTime picker to limit to only months and years. I'm afraid you need to customize or pick other way to show year/month.
Regards,
J.
Thank you Jakub.