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

Support for dates and other timestamps #4

Open
TheDuckCow opened this issue Mar 26, 2017 · 0 comments
Open

Support for dates and other timestamps #4

TheDuckCow opened this issue Mar 26, 2017 · 0 comments
Assignees

Comments

@TheDuckCow
Copy link
Collaborator

I am logging this as I am intending to develop it myself and submit a pull request. The idea: provide yet another format in addition to "number" and "time", and call it "date" (or, to expand the options of "time" and allow to have date as well".

Supported formats:

  • 01/23/45
  • 01/23/2045
  • January 23, 2045
  • {language lookup??} 23, 2045
  • By text formatting. e.g. allow user to input to text field "{y_full}-{m_num}-{d}" to get "2045-01-23"

Additionally, for both time and for date formats:

Create an operator which provides a popup for entering the values at a point in time with more natural fields. E.g. being able to explicitly write in the minute box, hour box, day box etc. On pressing OK in this operator, it translates these values to the correct number in the field (and if auto-key is on and the field was previously keyframed, insert a new / overwriting keyframe).

@TheDuckCow TheDuckCow self-assigned this Mar 26, 2017
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

1 participant