# ToDate (String dateStr)

| **Name**    | ***ToDate***                                                                                                                      |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------- |
| Syntax      | ToDate (String dateStr)                                                                                                           |
| Purpose     | To return a date converted from a string.                                                                                         |
| Description | Converts string into a date using the current culture. Either returns the converted date or returns null if the conversion fails. |
| Return Type | DateTime                                                                                                                          |
| Parameters  | dateStr \[System.String] – A string containing date in the local culture format                                                   |

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/YHfr6zXbsdvv8HijQV8i/0.png)

**Example**

In this example, we are passing a date time value in a format NOT present in the acceptable date time formats list in Astera Data Stack, to the function transformation object using a *Variables* object.

Where,

*dateStr* = MAR.8.22

<figure><img src="https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/1XtV4h7DXsyLfeh0F7VB/1.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Note:** The following screenshot shows the acceptable date formats in Astera Data Stack.
{% endhint %}

<figure><img src="https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/5snkifXitbbytdkpl0jD/2.png" alt=""><figcaption></figcaption></figure>

In the output window, you can see that the provided string has been converted into an acceptable DateTime value.

![](https://content.gitbook.com/content/zEifS4h8yurLAAwiGNX2/blobs/G9DLv3At73Qhgj4YJStv/3.png)
