-
Notifications
You must be signed in to change notification settings - Fork 39
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
FixedLength with DateTime #42
Comments
I found a possible method how this can be done, see #43. Looks ugly, but it works. |
I created a new DateConverter to make this thing work. I create one layout usign this command:
|
Hello @lw-schick , @pelife |
I think a more general useful would to allow you to specify a func that returns a value like |
I use the Fixed length attributes to define my structure.
I have a given format with
yyyyMMdd hh:mm
. How can I specify this for aDateTime
property? I found no attribute and no sample how to mapDateTime
types.The text was updated successfully, but these errors were encountered: