WEB APP not native, no Objective-C
This is so simple it hurts.
Done to use the iPa
for iOS6 the ISO format "YYYY-MM-DDTHH:mm:ss.sssZ" is required:
var now = new Date().toISOString(); $("input[type=datetime]").val(now);