Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date includes time #76

Open
fritut08 opened this issue Jun 15, 2021 · 3 comments
Open

Date includes time #76

fritut08 opened this issue Jun 15, 2021 · 3 comments

Comments

@fritut08
Copy link

When I create a child of a template with a "Date" field, the field will not only contain the date but also a time. This is not visible in the template tab but one can see it on the advanced tab.

@tgardner42
Copy link

The reverse is also true: children of a template with a Time field will contain the date as well when saved. Related, while the field is formatted for time the picker is for dates.

KeePass v. 2.51.1 (64-bit), KPET v. 8.0.0.0

@mitchcapper
Copy link
Owner

Yeah right now it uses one format and picker I could manually parse and construct date/time values rather than just tostring to potentially give you as mentioned. Would need a set of cascading parse attempts incase you changed from one to another you wouldnt lose data.

@mitchcapper
Copy link
Owner

The picker right now is also always the same, if someone makes a new picker control between here and #79 that has the following:
Different selectors for time/date/datetime an optional checkbox that is hidden based on another field on the control I set , and takes a nullable datetime object I can take care of the rest of the issues here and in #79.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants