# 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();
```
