Skip to content
Discussion options

You must be logged in to vote

Thank you! This helped me accomplish what I needed to. For anyone curious:

group by function \
  const date = task.due.moment || task.scheduled.moment; \
  return "%%" + date.format("YYYYMMDD") + "%%" + date.format("ddd, MMM D");

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@a-cub3d
Comment options

Answer selected by claremacrae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants