diff --git a/_posts/2024-11-24-aml-tools.md b/_posts/2024-11-24-aml-tools.md index 96ae9b8..c03919a 100644 --- a/_posts/2024-11-24-aml-tools.md +++ b/_posts/2024-11-24-aml-tools.md @@ -25,7 +25,7 @@ First out is a date conversation tool that will help our customers to clean up a This is a type of solution that will be able to convert almost any kind of date-description to a defined format.

Here are some examples of dates that it converts to a predefined format YYYY-MM-DD.

-

The interresting thing with solutions like this is the indifference it is to the input. For example would an easy conversation with different delimiters be very easy to do +

The interresting thing with solutions like this are indifference to the input. For example would an easy conversation with different delimiters be very easy to do like 2022/06/22 and 20220622 would directly convert to 2022-06-22. Actually regardless of delimiter it would manage that. But what about more complex examples like twenty second of 6th month in 2021? Yes it handles that resulting in 2021-06-22. Or completly different formats like March 5th, '21? Results in 2021-03-05 and second of july 1970 results in 1970-07-02. As examples show, the input is not required to follow a specific format.

**No data leaves your network**