Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
444 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to get todays date in form: YYYY-MM-DD.
I tried to use Date() object but editor doesn't seem to recognize it. (const date = new Date(); should work with javascript..)
Am I missing something here? Is there a way to get today's date somehow?
Please help..