Last active
May 21, 2019 11:27
-
-
Save DmitriyVlasov/291ca99391d5f00cd3c5870a613f8476 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// На большом объеме данных так работает плохо!!! | |
var date_time_text = format( 'fact_data'[moment]; "dd.MM.yyyy hh:00:00" ) | |
var current_date = DATEVALUE( date_time_text ) | |
var current_time = timeVALUE( date_time_text ) | |
var curent_datetime = current_date + current_time | |
return curent_datetime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment