Hi,
to populate todays date use FormCalc in the docReady event.
if ($.isNull) then
$ = Num2Date(Date(), "DD/MM/YYYY")
else
$.rawValue
endif
To change lowercase to uppercase use JavaScript in the change event of your field.
xfa.event.change = xfa.event.change.toUpperCase();