I want to display a Datetime as MM-yy format with Handlebars and found the Moment-Helpen but its JS not C# in NuGet there is Moment.js which we can install but don´t know how to use it.
The solution should be something like:
<div>{{formatTime dataDate "MM-YY"}}</div>
I think I have to register some helper with Moment but don´t know how. May someone help me?