0
votes

How can I combine date and time to generate datetime type in DolphinDB?

For example, combine 2020.01.01 and 01:00:00 as 2020.01.01T01:00:00.

Any suggestions?

1

1 Answers

0
votes

You can use the concatDateTime function.