input
stringlengths 664
664
| output
sequencelengths 1
1
| id
stringlengths 41
41
|
---|---|---|
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 01/15/1758, input_format=mm/dd/yyyy
Output:
| [
"15/01/1758"
] | task1404-3dc6607fdf954f0cbe50d5cce7123605 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 02/02/1621, input_format=dd/mm/yyyy
Output:
| [
"02/02/1621"
] | task1404-a3c98688e604479eacc3e516ab8960a4 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 09/16/1877, input_format=mm/dd/yyyy
Output:
| [
"16/09/1877"
] | task1404-35938bebe45940a1bfb8be19e56d7030 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 03/02/2015, input_format=dd/mm/yyyy
Output:
| [
"02/03/2015"
] | task1404-49e8f0795eca4b93ae3fab42d8633c4a |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 02/12/1622, input_format=dd/mm/yyyy
Output:
| [
"12/02/1622"
] | task1404-ca5f2edcd99343beb1b7acb459f1da02 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 02/07/1660, input_format=mm/dd/yyyy
Output:
| [
"07/02/1660"
] | task1404-8ce3ca96c9a74d7892d0913251667625 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 12/16/1626, input_format=mm/dd/yyyy
Output:
| [
"16/12/1626"
] | task1404-4352442ba03043079127bbf65ca560d2 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 05/08/1891, input_format=mm/dd/yyyy
Output:
| [
"08/05/1891"
] | task1404-fe0e116ffcaf465ba6eb9b4fba6f4b14 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 05/23/1758, input_format=mm/dd/yyyy
Output:
| [
"23/05/1758"
] | task1404-24fef13e45464b9f92f4e96757950be4 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 30/10/1710, input_format=dd/mm/yyyy
Output:
| [
"10/30/1710"
] | task1404-1eb83de962cf48909c85b8ca68e42fa2 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 04/06/1711, input_format=dd/mm/yyyy
Output:
| [
"06/04/1711"
] | task1404-3f0e7b2b640f45468cda65c0d2088643 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 12/09/1816, input_format=dd/mm/yyyy
Output:
| [
"09/12/1816"
] | task1404-27f3b9535d064caf856ad807d626ff02 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 12/10/1608, input_format=dd/mm/yyyy
Output:
| [
"10/12/1608"
] | task1404-321e78dca82447169534b353e9cc66a7 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 09/13/1836, input_format=mm/dd/yyyy
Output:
| [
"13/09/1836"
] | task1404-e0677e2581d94b518b18792cecae620f |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 25/05/1774, input_format=dd/mm/yyyy
Output:
| [
"05/25/1774"
] | task1404-e6150ea849624cb0b1f5364333f10337 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 06/19/1888, input_format=mm/dd/yyyy
Output:
| [
"19/06/1888"
] | task1404-a43038a1d08b47958b352e488cebad3b |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 12/23/1665, input_format=mm/dd/yyyy
Output:
| [
"23/12/1665"
] | task1404-7adb9c86c0a84ec2b4fd0927142a6341 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 15/08/1635, input_format=dd/mm/yyyy
Output:
| [
"08/15/1635"
] | task1404-eaeaafee2f2748de9731a9f6e296a225 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 19/01/1830, input_format=dd/mm/yyyy
Output:
| [
"01/19/1830"
] | task1404-80377e68e07644d2a120f61e86136f08 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 31/03/1650, input_format=dd/mm/yyyy
Output:
| [
"03/31/1650"
] | task1404-c2bb87f990be4aed901f3ccf695b0442 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 31/01/1823, input_format=dd/mm/yyyy
Output:
| [
"01/31/1823"
] | task1404-72c8e00913594b68bcd3f047a4c0ba30 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 09/14/1656, input_format=mm/dd/yyyy
Output:
| [
"14/09/1656"
] | task1404-004d49ed03fa411dbc50ea99d1bce1a0 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 12/03/1795, input_format=mm/dd/yyyy
Output:
| [
"03/12/1795"
] | task1404-4f5e8ac6380d447283649c597271b0a9 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 06/07/1721, input_format=dd/mm/yyyy
Output:
| [
"07/06/1721"
] | task1404-b6e961137d9440d6ba523c2f9e2b1115 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 08/08/1625, input_format=dd/mm/yyyy
Output:
| [
"08/08/1625"
] | task1404-5a432532d30f4d4fad91a6d608325ee1 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 06/25/1853, input_format=mm/dd/yyyy
Output:
| [
"25/06/1853"
] | task1404-c6506262c283462f8f2605ec721bafc6 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 25/06/1626, input_format=dd/mm/yyyy
Output:
| [
"06/25/1626"
] | task1404-0d80f0777a9448dcba50db9c54267814 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 07/08/2003, input_format=dd/mm/yyyy
Output:
| [
"08/07/2003"
] | task1404-632bd7f8ca5246a9b8ac12c1fa8f9d56 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 07/10/1630, input_format=dd/mm/yyyy
Output:
| [
"10/07/1630"
] | task1404-8a8dcca893b6466ea1e0e1db56e6af85 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 28/04/1952, input_format=dd/mm/yyyy
Output:
| [
"04/28/1952"
] | task1404-2ab0584c6d01462c947b2bd804eb9642 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 11/18/1922, input_format=mm/dd/yyyy
Output:
| [
"18/11/1922"
] | task1404-3f067ffa4ca74a5e9795606d3ea6cdaa |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 22/12/1988, input_format=dd/mm/yyyy
Output:
| [
"12/22/1988"
] | task1404-c1f5c35d8e6e495489f27c17940421a6 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 01/12/1680, input_format=mm/dd/yyyy
Output:
| [
"12/01/1680"
] | task1404-a05fc524b3f940e0a90e547dec5e80fa |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 09/10/1610, input_format=mm/dd/yyyy
Output:
| [
"10/09/1610"
] | task1404-1ded54c7c28e4d32bad52c51c7333143 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 08/12/1951, input_format=dd/mm/yyyy
Output:
| [
"12/08/1951"
] | task1404-8c24af93778f497da6a29dd621baadee |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 04/30/1744, input_format=mm/dd/yyyy
Output:
| [
"30/04/1744"
] | task1404-a9c427fa028444d5a1f76fe7732e8065 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 21/11/1681, input_format=dd/mm/yyyy
Output:
| [
"11/21/1681"
] | task1404-509731ff5ddd417db2d07bf31b5f88d6 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 12/02/1645, input_format=dd/mm/yyyy
Output:
| [
"02/12/1645"
] | task1404-a21305232c2a4b558f04d9c0a6f270ee |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 04/25/1845, input_format=mm/dd/yyyy
Output:
| [
"25/04/1845"
] | task1404-2d5289f8e6e448a9872192458fe051ef |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 21/07/1631, input_format=dd/mm/yyyy
Output:
| [
"07/21/1631"
] | task1404-268d096396fd41298f97783fb165ce7f |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 27/02/1884, input_format=dd/mm/yyyy
Output:
| [
"02/27/1884"
] | task1404-885705c7e9c6456ea346244df317b8ec |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 05/04/1855, input_format=mm/dd/yyyy
Output:
| [
"04/05/1855"
] | task1404-ec1a2eb415994a11913d1e115bf8ab0e |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 07/10/1622, input_format=mm/dd/yyyy
Output:
| [
"10/07/1622"
] | task1404-11c659b19f5e48df9f348f820dfecb82 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 12/22/2014, input_format=mm/dd/yyyy
Output:
| [
"22/12/2014"
] | task1404-f102b9c87f6f495f94e005e86a31cafc |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 02/03/1727, input_format=dd/mm/yyyy
Output:
| [
"03/02/1727"
] | task1404-9072c8692d674df68034640ac5e1d25d |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 03/11/1954, input_format=mm/dd/yyyy
Output:
| [
"11/03/1954"
] | task1404-d326c12776e643c586df55cd4f3cc270 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 16/12/1825, input_format=dd/mm/yyyy
Output:
| [
"12/16/1825"
] | task1404-05b1b8bbbb6d4ea38e242e367321f831 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 02/18/1935, input_format=mm/dd/yyyy
Output:
| [
"18/02/1935"
] | task1404-f038026317964984814327d089c0dfaa |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 08/21/2016, input_format=mm/dd/yyyy
Output:
| [
"21/08/2016"
] | task1404-1d20f6dd80534c2db7025e7c37afb9dd |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 12/03/1766, input_format=dd/mm/yyyy
Output:
| [
"03/12/1766"
] | task1404-331f775d7e324c3192a0a0af48d0dbaa |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 27/08/1830, input_format=dd/mm/yyyy
Output:
| [
"08/27/1830"
] | task1404-136c251291cf4e749611e56591ac97f8 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 27/12/1951, input_format=dd/mm/yyyy
Output:
| [
"12/27/1951"
] | task1404-341059de2cf84b9ebad4adbd625d27cb |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 31/10/1653, input_format=dd/mm/yyyy
Output:
| [
"10/31/1653"
] | task1404-04e7b7f7b503480c836cb3457828e7d2 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 07/23/1915, input_format=mm/dd/yyyy
Output:
| [
"23/07/1915"
] | task1404-ec187a82f08b4e0cb55f793206ba6675 |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 10/19/1985, input_format=mm/dd/yyyy
Output:
| [
"19/10/1985"
] | task1404-947c011b1fed4b9b8f2c98f99ff7b8dd |
Definition: In this task, you are given a date in a particular format and you need to convert to another format. If given format is "dd/mm/yyyy" then convert to "mm/dd/yyyy". If given format is "mm/dd/yyyy" then convert to "dd/mm/yyyy".
Positive Example 1 -
Input: 10/05/1847, input_format=dd/mm/yyyy
Output: 05/10/1847
Positive Example 2 -
Input: 02/18/1602, input_format=mm/dd/yyyy
Output: 18/02/1602
Negative Example 1 -
Input: 08/07/1628, input_format=dd/mm/yyyy
Output: 08/07/1628
Negative Example 2 -
Input: 10/17/2009, input_format=mm/dd/yyyy
Output: 2009/10/17
Now complete the following example -
Input: 12/10/1826, input_format=dd/mm/yyyy
Output:
| [
"10/12/1826"
] | task1404-d1b5548715bb40189278c9923f551204 |