summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-13 03:40:16 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-03-13 03:40:16 -0500
commitcb317f9d395f44b2c2fc48f02869c3ed0f5ebcd0 (patch)
tree1bdebb84b54c9299ebe85601754c1d5b9131f92c /src/report.h
parentf35f68823a2054e99ef720ca78cbaf33f4188391 (diff)
downloadfork-ledger-cb317f9d395f44b2c2fc48f02869c3ed0f5ebcd0.tar.gz
fork-ledger-cb317f9d395f44b2c2fc48f02869c3ed0f5ebcd0.tar.bz2
fork-ledger-cb317f9d395f44b2c2fc48f02869c3ed0f5ebcd0.zip
Added format_datetime valexpr function
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h1
1 files changed, 1 insertions, 0 deletions
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);