Giter Site home page Giter Site logo

Comments (6)

chase0213 avatar chase0213 commented on August 24, 2024 1

@Albejr Good issue!
Do you want to create a PR?
If you don't, I will implement something like the following:

i18n.ts

"enUS": {
  "dateFormat": {
    "default": "%d/%m/%y",
    "short": "%m/%y"
  },
  "months": {
    "default": ["January", ...],
    "short": ["Jan", ...]
  }
}

from ng-infinite-calendar.

Albejr avatar Albejr commented on August 24, 2024 1

like this:
https://angular.io/api/common/DatePipe

<span class="current-day-indicator">
    {{ midDayOnCurrentWindow | date: dateFormat }}
</span>

ありがとう

from ng-infinite-calendar.

chase0213 avatar chase0213 commented on August 24, 2024

Now in v0.1.5, you can change date format by passing language attribute to the component such like:

<infinite-calendar [language]="'ptBR'"></infinite-calendar>

from ng-infinite-calendar.

Albejr avatar Albejr commented on August 24, 2024

I need to show the month in the format name, rather than the number.
How to do this in v.0.1.5?

image

from ng-infinite-calendar.

chase0213 avatar chase0213 commented on August 24, 2024

@Albejr
Sorry, v0.1.5 doesn't support the format.

But I've just released v0.1.6, which supports what you want to do!
You can use any formats angular's date pipe supports, now.

In your case, do like this:

<infinite-calendar [monthDateFormat]="'MMM/yyyy'"></infinite-calendar>

The attributes dateFormat and monthDateFormat overwrites default settings.
If and only if you do not pass these attributes, the default language settings are used.

Thank you for your contribution!

from ng-infinite-calendar.

Albejr avatar Albejr commented on August 24, 2024

Very good. TKS

from ng-infinite-calendar.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.