gambas timestamp
This commit is contained in:
parent
e3e89ef051
commit
0da2a75ca6
11
content/posts/2023/basic/timestamp-gambas.md
Normal file
11
content/posts/2023/basic/timestamp-gambas.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: "🕘 Получение timestamp в Gambas"
|
||||||
|
date: 2023-03-21T01:20:00+03:00
|
||||||
|
draft: false
|
||||||
|
tags: [tips, basic, development]
|
||||||
|
---
|
||||||
|
|
||||||
|
```basic
|
||||||
|
' return unix timestamp
|
||||||
|
Print DateDiff(CDate("1/1/1970"), Now, gb.Second)
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user