> You can probably use custom pragmas: > > {.pragma: dbTime, dbType: "INTEGER", 
> parseIt: timeparser, formatIt: timeformatter.}

You sure can, thanks for the tip!

Just a little sidenote: `parseIt` pragma is used to set an `it` expression 
whereas `parser` is used to set a parser proc. So the correct code sample would 
be: `{.pragma: dbTime, dbType: "INTEGER", parser: timeparser, formatter: 
timeformatter.}`.

Reply via email to