DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Change the configuration parameter
fieldto be calledfieldssince it will now support multiple comma-separated field names (but can support backward compatibility for some time). - Add new configuration parameters
format.inputto allow for a pattern format which supports multiple variations to parse a string, andformat.outputto specify the exact string format to output in the case of converting from a Date/Time to a string. - The configuration parameter
formatcould possibly be removed at a later date (but remain remains for now for backwards compatibility), or could also be used to specify both bothformat.inputandformat.outputat the same time for more simple scenarios (assuming you just have a single string input format). - As general housekeeping, the
TimestampConverterclass should also be updated at the same time to include publicConfigNamesandConfigDefaultsConfigNameandConfigDefaultinterfaces instead of various public string class attributes for the configuration properties, similar to what has been done in several of the other SMTs (likeReplaceFieldfor example).
...