Iwant to add a date field that will show todays date in the report
I have used Custom html i write this function but not working … any help?
Iwant to add a date field that will show todays date in the report
I have used Custom html i write this function but not working … any help?
Dear @GhadaEbrahim,
Simply put, you can add this code:
{{ frappe.utils.today() }}
in the desired place to display the date.
for ex:
Date: {{ frappe.utils.today() }}
THANKS YOU, ITS WORKING