Browse Source

Random

pull/3/head
Jure Šorn 6 years ago
parent
commit
5d6fa98630
1 changed files with 0 additions and 3 deletions
  1. 3
      README.md

3
README.md

@ -377,9 +377,6 @@ now = datetime.datetime.now()
now.month # 3
now.strftime('%Y%m%d') # '20180315'
now.strftime('%Y%m%d%H%M%S') # '20180315002834'
```
```python
<datetime> = datetime.strptime('2015-05-12 00:39', '%Y-%m-%d %H:%M')
```

Loading…
Cancel
Save