> For the complete documentation index, see [llms.txt](https://circular-protocol.gitbook.io/standard-apis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://circular-protocol.gitbook.io/standard-apis/api-docs/typescript/getformattedtimestamp.md).

# getFormattedTimestamp

This helper function is responsible for retrieving a timestamp in the format managed by Circular (YYYY:MM:DD-hh:mm:ss):

```typescript
var Timestamp = Circular.getFormattedTimestamp();
```
