Making election date and time more user friendly
name: Enhancement report
about: Date and time UI enhancement to make it more user friendly and readable
title: "Date and time UI enhancement"
labels: enhancement
assignees: ""
Describe the feature
Currently, the date and time representing the start and end date of an election are written just in numerical form, where months, days, etc. are just separated by a /
or :
. We should represent it in a more textual format like instead of 3/6/2021 13:20:00
, we can use 3rd August 2021, 1:20 PM
. In the latter case, we have to take care of long sized months like November
, so that, it could not break the UI.
Area Where this Occurred
-
UI/UX -
Business Logic
How to locate this feature
In the dashboard and election detail page.
Additional context
PFA of the screenshot of the current date format.
Before submitting an issue check the below
-
I have synced all my node versions as mentioned in the project" -
I am using the same version of npm as is the project -
My current branch is in sync with the development branch