Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! 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.