You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would it take to allow users to select from a dropdown list of date format options where date fields are available?
Brian reports 2019-08-29. This user is having troubles with the default date format in Dashboards being displayed as “MonthName DD, YYYY”. The only workaround that i’ve found is to make 3 if statement; one for month, one for day, and one for year. The month statement itself takes about 10min to generate, even for me. Please see photo “1.png". I don’t want to offer this solution to the user because it’s complex. Do you think that this would be fairly straightforward to develop something to solve this problem? Really what she is looking for is a simple format dropdown on any date fields, much like we have on the data entry side. Please see photo “2.png”.
The text was updated successfully, but these errors were encountered:
What would it take to allow users to select from a dropdown list of date format options where date fields are available?
Brian reports 2019-08-29. This user is having troubles with the default date format in Dashboards being displayed as “MonthName DD, YYYY”. The only workaround that i’ve found is to make 3 if statement; one for month, one for day, and one for year. The month statement itself takes about 10min to generate, even for me. Please see photo “1.png". I don’t want to offer this solution to the user because it’s complex. Do you think that this would be fairly straightforward to develop something to solve this problem? Really what she is looking for is a simple format dropdown on any date fields, much like we have on the data entry side. Please see photo “2.png”.
The text was updated successfully, but these errors were encountered: