Fixes in dates
This commit is contained in:
parent
833e3219ea
commit
4d82ddced0
3 changed files with 56 additions and 25 deletions
|
|
@ -77,6 +77,7 @@ class DateTimeField(PhangoField):
|
|||
def show_formatted(self, value):
|
||||
|
||||
# Convert to paramecio value
|
||||
|
||||
value=str(value)
|
||||
value=value.replace('-', '').replace(':', '').replace(' ', '')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue