~Yoshi NimwegengonMay 23, 2011, 8:46 AM7 PostsRe: Input ConvertersRyan, Convertors are used to convert front-end input into the back-end data (and the other way around). The easiest way, I guess, is to use client-side JS on one of the events of the field (onkeypress, onkeyup, onblur).Pascal
~Dana FrofanakonyobuMay 23, 2011, 3:18 PM66 PostsRe: Input ConvertersThanks for the tip. I ended up using a jQuery solution: http://digitalbush.com/projects/masked-input-plugin/