xforms - Formatting Orbeon Date input fields -


i trying format input field of type xs:date in orbeon. have tried using xxf:format attribute, datepicker can not understand date when has been modified.

the idea change javascript of orbeon use xxf:unformat attribute interpret date , transform iso format. i've tried changing data.js reason none of changes can seen.

am changing wrong file?

edit

i figured out xforms.js has function 'getcurrentvalue' being changes there visible. need figure out 1 that's calling function.

edit:

it calendar requests value of input when user clicks on symbol. happens @ client side, , generated html not have format/unformat attributes. want use value. can make request orbeon it? how?

in case you're using xf:input bound node of type xs:date, can control formatting of date field oxf.xforms.format.input.date property. few formats supported, , if want add more, best follow pattern used supported formats.

e.g.

[m]/[d]/[y] [y]-[m01]-[d01] 

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -