Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to store last load date in a variable? which should keep itself updating after each load
create a variable like below
vReload=relaodtime()
create new
variablename vReload
Defination =Reloadtime()
Hi baarathi,
If you want to define it in the script
Let vReloadTime = ReloadTime();
You can always use the ReloadTime() function in a KPI / text area in the front end.
Regards,
Thank You Xavier Gracia. ReloadTime() , Does this function return date alone(MM/DD/YYYY) or date along with time (MM/DD/YYYY HH:MM:SS) ?
U can format it as u want:
exp:
Hallo, ich habe auch die gleiche Frage, aber für den letzten Arbeitstag im Monat?
Wie kann ich die Nachladezeit für den letzten Arbeitstag im Monat variabel speichern?
Ich danke Ihnen für Ihre Hilfe!