我想在创建 daml 合同时获取系统日期。有没有办法做到这一点。
例子 :-
模块 ExampleTemplateModule 其中
模板示例模板
with
admin: Party
todayDate: Date --- In place of this can I use getDate and get today's date
where
signatory admin
我知道我可以在 script-do 块中执行此操作,但我想在必须创建合同时执行此操作。如果这不可能,是否有其他方法可以在创建 daml 合同时获取系统的日期。