You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use the template for every function. Template can be found [here](./function_template.md)
7
7
* Please use correct English sentences. Swearing is forbidden
8
-
* Make clear what you have changed when you make an pull request. Use an appropriate title & description
9
-
* Make sure you make docs on functions you know well. You should prevent, in any way possible, that wrong information is pushed.
8
+
* Make clear what you have changed when you make a pull request. Use an appropriate title & description
9
+
* Make sure you make docs on functions you know well. You should avoid, in any way possible, that wrong information is pushed.
10
10
11
11
### Editing existing or adding docs
12
12
You can edit pages in our github repo. You can click the edit page button for existing page.
13
13
14
14
#### Requirements
15
15
* Github [account](https://github.com)
16
-
* Never used Github? Check this https://docs.github.com/en
16
+
* Never used Github? Check the github [docs](https://docs.github.com/en)
17
17
* Basic knowledge of [markdown](https://www.markdownguide.org/cheat-sheet/)
18
18
19
19
Since the function doesn't exist,you have to create a file inside the specific folder in the [repo](https://github.com/raspdevpy/ccdoc/tree/main/guide)
20
20
Example $botCount
21
21
22
22
0. Check in `undone.md` to be sure,that nobody else already documented the function.
23
-
1. Fork the [repo](https://github.com/raspdevpy/ccdoc/tree/
23
+
1. Fork the [repo](https://github.com/raspdevpy/ccdoc/tree/)
24
24

25
25
2. Create a file in bot folder with name `botCount.md`
26
26

@@ -30,8 +30,8 @@ Example $botCount
30
30

31
31
5. go to undone.md and move the function to done
32
32

33
-
5. If you have done all your changes(add many function docs,not only 1 change), do a pull request,which we will review.
33
+
5. If you have done all your changes(add/change many function docs,not only 1), do a pull request,which we will review.
34
34

35
35

36
36
37
-
### For extra information, please contact a moderator/developer in our discord server!
37
+
### For extra information, please contact a moderator/developer in our discord server!
Copy file name to clipboardExpand all lines: guide/Date/formatDate.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# $formatDate
2
-
Formats the providen Date in Milliseconds / Stringed Date / ISO String to default/given format. syntax of formats can be found (here)[https://momentjs.com/docs/#/parsing/string-format/]
2
+
Formats the providen Date provided in Milliseconds/Stringed Date/ISO String to default/given format. Syntax of formats can be found [here](https://momentjs.com/docs/#/parsing/string-format/)
3
3
#### Usage: `$formatDate[date in ms / string / iso string / javascript convertable date;format]`
4
4
Example:
5
5
<br/>
@@ -39,4 +39,4 @@ Date functions uses on default UTC timezone,but you can change it [Learn More](.
39
39
:::
40
40
41
41
##### Function difficulty: <Badgetype="tip"text="Easy"vertical="middle" />
0 commit comments