tigergraph / ecosys

TigerGraph Ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

time function datetime_format get error

631068264 opened this issue · comments

commented
CREATE QUERY test_demo(/* Parameters here */) FOR GRAPH traffic { 
  /* Write query logic here */ 
        STRING d = datetime_format(now(),"%Y-%m-%d%");
  PRINT d; 
}

image

how to fix it

Hi @631068264 We just launched a new community site to answer these types of questions on https://community.tigergraph.com/. Please repost the original question there and someone will respond promptly. Thanks! Jon Herke, Technical Evangelist