I've changed the DD/MM/YYYY HH:MM format in editform to DateTimeFormat.ShortDate, and removed all the formulae showing hour and minute values, and did the same in detail screen under datacardvalue of Date, in detailscreen I've to use the formula "Text(DateValue(Parent.Default), DateTimeFormat.ShortDate)" to get short date format.
Now, although the editform and detailscreen values for date are showing in short date format, but the browseScreen still shows hours and minute.
Can anyone help me out???
I've attached the screenshots for the same below.
Solved! Go to Solution.
Use
Text(ThisItem.Date,"dd-mmm-yyyy")
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Just use "dd/mmm/yyyy" in the Format of the DatePicker
I've tried entering the same in the format field of DateValue in the EditForms section, but it just shows an error.
If it is a textbox, then use
As you can see in the screenshots provided in the first mail, I've successfully changed the date formats both in EditForm and DetailScreen, however, on the BrowseScreen it is still showing the hours and minutes along with the date.
The value in text function of the BrowseScreen in "ThisItem.Date"
Use
Text(ThisItem.Date,"dd-mmm-yyyy")
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Thank you so much, I am just a beginner in this and really appreciate your help.
Am Glad I was able to help
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
225 | |
101 | |
93 | |
56 | |
30 |
User | Count |
---|---|
286 | |
116 | |
109 | |
62 | |
57 |