I had a similar problem, to fix I added a format string to my app.module.ts imports like this:
NbDateFnsDateModule.forRoot({ format: 'MMM dd, yyyy' // Errors without this line }),