Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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.