From cb317f9d395f44b2c2fc48f02869c3ed0f5ebcd0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 13 Mar 2012 03:40:16 -0500 Subject: Added format_datetime valexpr function --- src/report.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index a3825335..6322aeb8 100644 --- a/src/report.h +++ b/src/report.h @@ -167,6 +167,7 @@ public: value_t fn_quoted(call_scope_t& scope); value_t fn_join(call_scope_t& scope); value_t fn_format_date(call_scope_t& scope); + value_t fn_format_datetime(call_scope_t& scope); value_t fn_ansify_if(call_scope_t& scope); value_t fn_percent(call_scope_t& scope); value_t fn_commodity(call_scope_t& scope); -- cgit v1.2.3