Formatting and grammar

Yudi
2020-06-14 22:46:02 -03:00
parent 227c08d1e6
commit a37b4eb38f

@@ -57,16 +57,16 @@ Special thanks to [TroubleChute](https://www.youtube.com/channel/UCkih2oVTbXPEpV
**4.** In this screen you can customize the following:
* **Export format** - HTML (Dark), HTML (Light), TXT, CSV and JSON
* **Date range (from/to)** - (Optional) Only exports messages sent in the provided date range. Only one value (from/to) is required if you want to use this option.
* **Date range (from/to)** (Optional) - Only exports messages sent in the provided date range. Only one value (from/to) is required if you want to use this option.
> Please notice that the time defaults to **12:00 AM**. This means that if you choose to export between Sep 17th and Sep 18th, messages from the 18th won't be exported.
* **Partitioning** - (Optional) Splits files after a given number of messages. For example, a channel with 36 messages set to be partitioned every 10 messages will output 4 files.
* **Partitioning** (Optional) - Splits files after a given number of messages. For example, a channel with 36 messages set to be partitioned every 10 messages will output 4 files.
**5.** Click `EXPORT` to export.
<img src="https://i.imgur.com/Moi6iqW.png" height="400" />
**Date formats**<br/>
You can customize how dates are formatted in the exported files at the settings menu (![](https://i.imgur.com/0K3tt1M.png)). <br/>
You can customize how dates are formatted in the exported files in the settings menu (![](https://i.imgur.com/0K3tt1M.png)). <br/>
* The default one is `17-Sep-19 11:34 PM` - `dd-MMM-yy hh:mm tt`<br/>
* To change it to `09-17-19 11:34 PM` use `MM-dd-yy hh:mm tt`<br/>
* To change it to `17-09-2019 23:34` use `dd-MM-yyyy HH:mm`<br/>
@@ -221,7 +221,7 @@ Use `--after` to export messages sent after the provided date. E.g. messages sen
DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 --after "2019-09-17 23:34"
```
**Messages sent in a date range**<br/>
Use `--before` and `--after` to export messages sent at the provided date range. E.g. messages sent between September 17th 2019 11:34 PM and September 18th:
Use `--before` and `--after` to export messages sent during the provided date range. E.g. messages sent between September 17th 2019 11:34 PM and September 18th:
```powershell
DiscordChatExporter.Cli.exe export -t "mfa.Ifrn" -c 53555 --after "2019-09-17 23:34" --before "2019-09-18"
```