> For the complete documentation index, see [llms.txt](https://boxlang.ortusbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boxlang.ortusbooks.com/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/lsdateformat.md).

# LSDateFormat

Formats a date in a locale-specific format

## Method Signature

```
LSDateFormat(date=[any], mask=[string], locale=[string], timezone=[string])
```

### Arguments

| Argument   | Type     | Required | Description                                                                           | Default |
| ---------- | -------- | -------- | ------------------------------------------------------------------------------------- | ------- |
| `date`     | `any`    | `true`   | The date string or object                                                             |         |
| `mask`     | `string` | `false`  | Optional format mask, or common mask                                                  |         |
| `locale`   | `string` | `false`  | Optional locale designation of the output ( e.g. es-SA )                              |         |
| `timezone` | `string` | `false`  | Optional specific timezone to apply to the date ( if not present in the date string ) |         |

## Examples

## Related

* [createDate](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/createdate.md)
* [DateCompare](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/datecompare.md)
* [DateFormat](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/dateformat.md)
* [DateTimeFormat](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/datetimeformat.md)
* [DayOfWeekAsString](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/dayofweekasstring.md)
* [DayOfWeekShortAsString](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/dayofweekshortasstring.md)
* [GetHTTPTimestring](broken://pages/12EdXbOXMzAtSTemXnbo)
* [LSDateTimeFormat](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/lsdatetimeformat.md)
* [LSDayOfWeek](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/lsdayofweek.md)
* [LSIsDate](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/lsisdate.md)
* [LSParseDateTime](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/lsparsedatetime.md)
* [LSTimeFormat](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/lstimeformat.md)
* [LSWeek](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/lsweek.md)
* [MonthAsString](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/monthasstring.md)
* [MonthShortAsString](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/monthshortasstring.md)
* [ParseDateTime](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/parsedatetime.md)
* [TimeFormat](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/timeformat.md)
* [ToLegacyDate](/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/tolegacydate.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://boxlang.ortusbooks.com/boxlang-framework/modularity/compat-cfml/reference/built-in-functions/temporal/lsdateformat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
