We are struggling with dates now... I'm not entirely sure how much of these names translate, but here goes.
Our users are complaining about the dates used in tasks. when they sort the tasks by "Date Due" the tasks sort, but the dates appear to be jumbled up a bit (they're not entirely in order.) we havent been able to figure out what is breaking the sorting. I can repliecate this by simply going to the tasks section and sorting by due date the dates are KINDOF in order, but not really.
Additionally, the users don't really use the time portion of the dates when creating tasks and we're wanting to remove them.
In the entity manager, when I go to the fields under "Tasks" I have several fields for dates pasted below:
Date Completed is fine (except we don't want to have to put in time), and "Date End (all day)" and "Date Start (all day)" seem to be the fields we want to use... however when I go to layout, neither are options?
the only thing we can see that's really diferent between the date fields is the data types being "Date-Time", Data/Date-Time", and "Date". Additionally, "Date End (all day)" and "Date Start (all day)" don't have dynamic logic... how can I enable the use of the "(all day)" fields in tasks, or how do I remove the time portion of the Date Due and Date Start fields. and second, how do I fix the sorting problem? are they connected?
Our users are complaining about the dates used in tasks. when they sort the tasks by "Date Due" the tasks sort, but the dates appear to be jumbled up a bit (they're not entirely in order.) we havent been able to figure out what is breaking the sorting. I can repliecate this by simply going to the tasks section and sorting by due date the dates are KINDOF in order, but not really.
Additionally, the users don't really use the time portion of the dates when creating tasks and we're wanting to remove them.
In the entity manager, when I go to the fields under "Tasks" I have several fields for dates pasted below:
dateCompleted | Date Completed | Date-Time | |
dateEnd | Date Due | Date/Date-Time | |
dateEndDate | Date End (all day) | Date | |
dateStart | Date Start | Date/Date-Time | |
dateStartDate | Date Start (All Day) | Date |
the only thing we can see that's really diferent between the date fields is the data types being "Date-Time", Data/Date-Time", and "Date". Additionally, "Date End (all day)" and "Date Start (all day)" don't have dynamic logic... how can I enable the use of the "(all day)" fields in tasks, or how do I remove the time portion of the Date Due and Date Start fields. and second, how do I fix the sorting problem? are they connected?
Comment