How to set language based date format in Adx portal page. Custom date and time formats in a frontend are always a headache. Adx is trying to make our life better by giving us some OOB options and features. They changes approach for portal date and time formats implementation and controls very often. This Adx article demonstrates how to manage formats programmatically but only in version 6.0.0013 and earlier. Till version 7.0.0019 Site Settings ( DateTime/DateFormat, DateTime/TimeFormat , DateTime, DateTimeFormat ) had been used to set body tag attributes with .Net custom and standard formats. Since 7.0.0019 these Site Settings are still there but the momentjs library is used to set up body tag attributes. It works great. Except makes you learn a new Java Script library to make it work the way you need. I don’t understand what’s wrong with ...
This blog is dedicated to Dynamics 365 Crm and Portals 365 (ex. Adxstudio portals). It shares some development/customization tricks and can be useful for professionals.