Cocoa Bindings and Date/Number Formatting in IB

Hello,

I have a text field and a stepper with a formatter attached. The formatter shows the values entered in the correct format, however the values written to the objects corresponding key using cocoa bindings is always the value without the formatting applied!

How can I have the cocoa bindings of an object store the value after being parsed through the formatter?

Thanks,

I’ve been stuck on this for so long, this is about all that is left for me to finish up in my application. Doesn’t anyone have a solution? :frowning: