jlandersen / vscode-kafka

Apache Kafka® extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generating Date.now() and formatting it

johnsonjoseph37 opened this issue · comments

Hi there,

I'd like to send the current time as value of a header field. I do not see an option like {{date.now}}, probably because Date module of fakerjs does not have that option.

My question is how do I generate the current time as a value, and as follow-up, how do I format it in my own date format.

Thanks
Johnson