Skip to content
Advertisement

How can I get the current time in Azure DocumentDB

I’m looking for the equivalent of MySQL now(). Any format is fine.

Advertisement

Answer

This User Defined Function (UDF) should do the trick.

You would call it like this:

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement