Please Check this once. Scenario: I want to display a fixed date every time I run the date function like tomorrow, day after tomorrow or few days later( Don't use the hard coded values ). Sol : I created one buffer. I stored the some fixed date ( 01.03.2024 ) by using TBox set buffer standard module. Buffer is FDate. {B[FDate]} Final syntax is {DATE[{B[FDate]}][][]} I tried this. Is this approach is correct or not ? Please tell me.
very helpful
Glad to hear that
Please Check this once.
Scenario: I want to display a fixed date every time I run the date function like tomorrow, day after tomorrow or few days later( Don't use the hard coded values ).
Sol : I created one buffer. I stored the some fixed date ( 01.03.2024 ) by using TBox set buffer standard module.
Buffer is FDate. {B[FDate]}
Final syntax is {DATE[{B[FDate]}][][]}
I tried this.
Is this approach is correct or not ?
Please tell me.
Yes. Looks correct
As it is a fixed date already, do we really need to use {DATE} here
Can't we directly use buffer name?
Yes. That's correct
Very helpful..Thanks
Glad it was helpful!